1. Each bin contains the head of a singly linked list . 2. A similar problem exists for singly linked lists . 3. Singly linked lists , in fact, can be easily traversed in only one direction.4. The following code inserts a node after an existing node in a singly linked list . 5. Singly linked lists are the bread-and-butter data structure in functional languages.6. The implementation of map above on singly linked lists is not fold-left function. 7. This makes it possible to implement a stack as a singly linked list and a pointer to the top element. 8. For example, amortized queues are composed of two singly linked lists , the front, and the reversed rear. 9. The method of defining the linked list specifies the use of a singly linked list will result in a depth first search strategy. 10. The structure can be regarded as a set of singly linked lists that share part of their structure, in particular, their tails.